Validating process in WebInput.NET is a built-in process for Formatting and Masking process. There is no way to disable the validation process alone.
Validating is WebInput.NET modes :
- Basic Mode
No validating.
- Display Mode
- Validating with DisplayFormat feature.
- The original value text is validated on control activated and deactivated.
- Edit Mode
- Validating with EditFormat feature.
- The original value text is validated on control activated and deactivated. Each input character is validated on control keystroke.
- Display and Edit Mode
- Validating with DisplayFormat and EditFormat feature.
- The original value text is validated on control activated and deactivated with DisplayFormat and EditFormat feature. Each input character is validated on control keystroke with EditFormat feature.
![]() |
Validation process cannot be disabled (built-in internal process) in order to prevent human entry error as much as possible. |
In This Section
How-to: Validate the entry text based on display format
How-to: Validate the entry text based on edit format
How-to: Customize error message when validation error occurs